testing.common.sub (field)
9 uses
testing (current package)
fuzz.go#L703: if len(f.sub) > 0 {
fuzz.go#L711: for _, sub := range f.sub {
fuzz.go#L728: if len(f.sub) == 0 {
testing.go#L656: sub []*T // Queue of subtests to be run in parallel.
testing.go#L1557: t.parent.sub = append(t.parent.sub, t)
testing.go#L1742: if len(t.sub) > 0 {
testing.go#L1752: for _, sub := range t.sub {
testing.go#L1785: if len(t.sub) == 0 {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)